home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMIBEST1.ADF / CondensedAMICUS1to22.TXT < prev    next >
Text File  |  1987-07-22  |  31KB  |  833 lines

  1.  
  2. The AMICUS Public Domain Software Library
  3. By John Foust (c) July 22, 1987
  4.  
  5. This software is collected from user groups and electronic bulletin boards 
  6. around the nation.  Each disk is nearly full, and is fully accessible from
  7. the Workbench.  The programs in the library are freely distributable.
  8.  
  9. If source code is provided for any program, then the executable version is 
  10. also present.  This means that you don't need the C compiler to run these 
  11. programs.  An exception is granted for those programs only of use to people
  12. who own a C compiler.
  13.  
  14. Note:  Each description line below may include something like 'S-O-E-D', 
  15. which stands for 'source, object file, executable and documentation'.  Any 
  16. combination of these letters indicates what forms of the program are
  17. present.
  18.  
  19. These disks are available through Amazing Computing magazine.  They are $7
  20. for non-subscribers, $6 for subscribers.  A catalog of all the AMICUS
  21. Network Public Domain Software library disks and the Fred Fish disks is
  22. printed in each issue of the magazine.
  23.  
  24. Send inquiries to this address:
  25.  
  26. PUBLIC DOMAIN SOFTWARE
  27. Amazing Computing
  28. PIM Publications
  29. P.O. 869
  30. Fall River, Mass. 02722
  31.  
  32.  
  33. ================================================================
  34.  
  35. AMICUS 1
  36.  
  37. ABasic programs: Graphics
  38.  
  39. 3DSolids    3d solids modeling program, with sample data files
  40. Blocks      draws blocks
  41. Cubes       draws cubes
  42. Durer       draws pictures in the style of Durer
  43. FScape      draws fractal landscapes
  44. Hidden      3D drawing program, with hiddne line removal
  45. JPad        simple paint program
  46. Optical        draw several optical illusions
  47. PaintBox    simple paint program
  48. Shuttle        draws a picture of the Shuttle in 3d wireframe
  49. SpaceArt    graphics demo
  50. Speaker     speech utility
  51. Sphere      draws spheres
  52. Spiral      draws color spirals
  53. ThreeDee    3d function plots
  54. Topography  artificial topography
  55. Wheels      draws circle graphics
  56. Xenos       draws fractal planet landscapes
  57.  
  58. ABasic programs: Tools
  59.  
  60. AddressBook simple database program for addresses
  61. CardFile    simple card file database program
  62. Demo        multiwindow demo
  63. KeyCodes    shows keycodes for a key you press
  64. Menu        run many ABasic programs from a menu
  65. MoreColors  way to get more colors on the screen at once, using aliasing
  66. shapes      simple color shape designer
  67. SpeakIt     speech and narrator demo
  68.  
  69. ABasic programs: Games
  70.  
  71. BrickOut    classic computer brick wall game
  72. Othello     also known as 'go'
  73. Saucer      simple shoot-em-up game
  74. Spelling    simple talking spelling game
  75. ToyBox      selectable graphics demo
  76.  
  77. ABasic programs: Sounds
  78.  
  79. Entertainer plays that tune
  80. HAL9000     pretends it's a real computer
  81. Police      simple police siren sound
  82. SugarPlum   plays "The Dance of the Sugarplum Fairies"
  83.  
  84. C programs:
  85.  
  86. ATerm       simple terminal program, S-E
  87. cc          aid to compiling with Lattice C
  88. decvnt      opposite of CONVERT program for cross-developers 
  89. Dotty       source code to the 'dotty window' demo
  90. echox       unix-style filename expansion, partial S, O-D
  91. fasterfp    explains use of fast-floating point math
  92. FixDate     fixes future dates on all files on a disk, S-E
  93. freedraw    simple Workbench drawing program, S-E
  94. GfxMem      graphic memory usage indicator, S-E
  95. Grep        searches for a given string in a file, with documentation
  96. ham         shows off the hold-and-modify method of color generation
  97. IBM2Amiga   fast parallel cable transfers between an IBM and an Amiga
  98. Mandel      Mandelbrot set program, S-E
  99. moire       patterned graphic demo, S-E
  100. objfix      makes Lattice C object file symbols visible to Wack S-E
  101. quick       quicksort strings routine
  102. raw         example sample window I/O
  103. setlace     turns on interlace mode, S-E
  104. sparks      qix-type graphic demo, S-E
  105.  
  106. Other executable programs:
  107.  
  108. SpeechToy   speech demonstration
  109. WhichFont   displays all available fonts
  110.  
  111. Texts:
  112.  
  113. 68020       describes 68020 speedup board from CSA
  114. Aliases     explains several uses of the ASSIGN command
  115. Bugs        known bug list in Lattice C 3.02
  116. CLICard     reference card for AmigaDOS CLI commands
  117. CLICommands guide to using the CLI
  118. Commands    shorter guide to AmigaDOS CLI commands
  119. EdCommands  guide to the ED editor
  120. Filenames   explains AmigaDOS filename and wildcard conventions
  121. HalfBright  explains rare graphics chips that can do more colors
  122. ModemPins   description of the serial port pinout on the Amiga
  123. RAMdisks    tips on setting up your RAM: disk
  124. ROMWack     tips on using ROMWack
  125. Sounds      explanation of the Instrument demo sound file format
  126. Speed       refutation of the Amiga's CPU and custom chip speed
  127. WackCmds    tips on using Wack
  128.  
  129.  
  130. ================================================================
  131.  
  132. AMICUS 2
  133.  
  134. C programs:
  135.  
  136. alib        AmigaDOS object library manager, S-E
  137. ar          text file archive program, S-E
  138. fixobj      program that auto-chops executable files
  139. shell       simple CLI shell, S-E
  140. sq, usq     file compression programs, S-E
  141. YachtC      a familiar game, S-E
  142. Make        a simple 'make' programming utility, S-E
  143. Emacs       an early version of the Amiga text editor, S-E-D
  144.  
  145. Assembler programs:
  146.  
  147. bsearch.asm binary search code
  148. qsort.asm   Unix compatible qsort() function, source and C test program
  149. setjmp.asm  setjmp() code for Lattice 3.02
  150. SVprintf    Unix system V compatible printf()
  151. trees.o     Unix compatible tree() function, O-D
  152.  
  153. John Draper Amiga Tutorials:
  154.  
  155. Animate     describes animation algorithms
  156. Gadgets     tutorial on gadgets
  157. Menus       learn about Intuition menus
  158.  
  159.  
  160. ================================================================
  161.  
  162. AMICUS 3
  163.  
  164. C programs:
  165. Xref        a C cross-reference generator, S-E
  166. 6bitcolor   rare extra-half-bright chip graphics demo, S-E
  167. Chop        program to truncate (chop) files down to size, S-E
  168. Cleanup     removes strange characters from text files
  169. CR2LF       converts carriage returns to line feeds in Amiga files, S-E
  170. Error       adds compile errors to a C file, S
  171. Hello       window example from the RKM, S
  172. Kermit      generic Kermit implementation, flakey, no terminal mode, S-E
  173. Scales      sound demo plays the scales, S-E
  174. SkewB       Rubik cube demo in hi-res colors, S-E
  175.  
  176. AmigaBasicProgs(dir)
  177.  
  178. Automata    cellular automata simulation
  179. CrazyEights card game
  180. Graph       function graphing programs
  181. WitchingHour a game
  182.  
  183. ABasiC programs:
  184.  
  185. Casino      games of poker, blackjack, dice, and craps
  186. Gomoku      also known as 'othello'
  187. Sabotage    sort of an adventure game
  188.  
  189. Executable programs:
  190.  
  191. Disassem    a 68000 disassembler, E-D
  192. DpSlide     shows a given set of IFF pictures, E-D
  193. Arrange     a text formatting program, E-D
  194.  
  195.  
  196. Assembler programs:
  197.  
  198. Argoterm    a terminal program with speech and Xmodem, S-E
  199.  
  200.  
  201. ================================================================
  202.  
  203. AMICUS 4       Files from the original Amiga Technical BBS
  204.  
  205. Note that some of these files are old, and refer to older versions of the 
  206. operating system.  These files came from the Sun system that served as Amiga 
  207. technical support HQ for most of 1895.  These files do not carry a warranty, 
  208. and are for educational purposes only.  Of course, that's not to say they 
  209. don't work.
  210.  
  211. Complete and nearly up-to-date C source to 'image.ed', an early version of 
  212. the Icon Editor.  This is a little flakey, but compiles and runs.
  213.  
  214. An Intuition demo, in fulll C source, including files: demomenu.c, 
  215. demomenu2.c, demoreq.c, getascii.c, idemo.c, idemo.guide, idemo.make, 
  216. idemoall.h, nodos.c, and txwrite.c
  217.  
  218. addmem.c    program to add external memory to the system
  219. bobtest.c   example of BOB use
  220. consoleIO.c console IO example
  221. creaport.c  create and delete ports
  222. creastdi.c  create standard I/O requests
  223. creatask.c  creating task examples
  224. diskio.c    example of track read and write
  225. dotty.c     source to the 'dotty window' demo
  226. dualplay.c  dual playfield example
  227. flood.c     flood fill example
  228. freemap.c   old version of 'freemap'
  229. geltools.c  tools for VSprites and BOBs
  230. gfxmem.c    graphic memory usage indicator
  231. hello.c     window example from RKM
  232. inputdev.c  adding an input handler to the input stream
  233. joystik.c   reading the joystick
  234. keybd.c     direct keyboard reading
  235. layertes.c  layers examples
  236. mousport.c  test mouse port
  237. ownlib.c and ownlib.asm, example of making your own library with Lattice
  238. paratest.c  tests parallel port commands
  239. seritest.c  tests serial port commands
  240. serisamp.c  example of serial port use
  241. prinintr.c  sample printer interface code
  242. prtbase.h   printer device definitions
  243. regintes.c  region test program
  244. setlace.c   source to interlace on/off program
  245. setparallel.c set the attributes of the parallel port
  246. SetSerial.c set the attributes (parity, data bits) of the serial port
  247. singplay.c  single playfield example
  248. speechtoy.c source to narrator and phonetics demo
  249. timedely.c  simple timer demo
  250. timer.c     exec support timer functions
  251. timrstuf.c  more exec support timer functions
  252. WhichFont.c loads and displays all available system fonts
  253.  
  254. process.i and prtbase.i assmebler include files
  255.  
  256. autorqstr.txt warnings of deadlocks with autorequesters
  257. consoleIO.txt copy of the RKM console I/O chapter
  258. diskfont.txt warning of disk font loading bug
  259. fullfunc.txt list of #defines, macros, functions
  260. inputdev.txt preliminary copy of the input device chapter
  261. license     information on Workbench distribution license
  262. printer     pre-release copy of the chapter on printer drivers, from RKM 1.1
  263. v11fd.txt   'diff' of .fd file changes from version 1.0 to 1.1 
  264. v28v1.diff  'diff' of include file changes from version 28 to 1.0
  265.  
  266.  
  267. ================================================================
  268.  
  269. AMICUS 5    Files from the Amiga Link / Amiga Information Network
  270.  
  271. Note that some of these files are old, and refer to older versions of the 
  272. operating system.  These files are from Amiga Link.  For a time, Commodore 
  273. supported Amiga Link, aka AIN, for online developer technical support.  It 
  274. was only up and running for several weeks.  These files do not carry a 
  275. warranty, and are for educational purposes only.  Of course, that's not to 
  276. say they don't work.
  277.  
  278. A demo of Intuition menus called 'menudemo', in C source
  279.  
  280. whereis.c   program to find a file, searching all subdirectories
  281. bobtest.c   BOB programming example
  282. sweep.c     sound synthesis example
  283.  
  284. Assembler files:
  285. mydev.asm   sample device driver
  286. mylib.asm   sample library example
  287. mylib.i, mydev.i, asmsupp.i, macros.i assembler include files
  288.  
  289. Texts:
  290. amigatricks tips on CLI commands
  291. extdisk     external disk specification
  292. gameport    game port spec
  293. parallel    parallel port spec
  294. serial      serial port spec
  295. v1.1update  list of new features in version 1.1
  296. v1.1h.txt   'diff' of include file changes from version 1.0 to 1.1 
  297.  
  298. Files for building your own printer drivers, including dospecial.c,
  299. epsondata.c, init.asm, printer.c, printer.link, printertag.asm, render.c,
  300. and wait.asm.
  301.  
  302. This disk does contain a number of files describing the IFF specification.
  303. These are not the latest and greatest files, but remain here for historical
  304. purposes.  They include text files and C source examples.  The latest IFF
  305. spec is elsewhere in this library.
  306.  
  307.  
  308. ================================================================
  309.  
  310. AMICUS 6           IFF Pictures
  311.  
  312. This disk includes the DPSlide program, which can view a given series of
  313. IFF pictures, and the 'showpic' program, which can view each file at the
  314. click of an icon, and the 'saveilbm' program, to turn any screen into an
  315. IFF picture.
  316.  
  317. The pictures include a screen from ArticFox, a Degas dancer, the guys at 
  318. Electronic Arts, a gorilla, horses, King Tut, a lighthouse, a screen from 
  319. Marble Madness, the Bugs Bunny Martian, a still from an old movie, the Dire
  320. Straits moving company, a screen from Pinball Contruction Set, a TV 
  321. newcaster, the PaintCan, a world map, a Porsche, a shuttle mission patch, a
  322. tyrannosaurus rex, a planet view, a VISA card, and a ten-speed.
  323.  
  324.  
  325. ================================================================
  326.  
  327. AMICUS 7           DigiView HAM demo picture disk
  328.  
  329. This disk has pictures from the DigiView hold-and-modify video digitizer. 
  330. It includes the ladies with pencils and lollypops, the young girl, the 
  331. bulldozer, the horse and buggy, the Byte cover, the dictionary page, the 
  332. robot and Robert.  This includes a program to view each picture separately,
  333. and all together as separate, slidable screens.
  334.  
  335.  
  336. ================================================================
  337.  
  338. AMICUS 8
  339.  
  340. C programs:
  341.  
  342. Browse      to view text files on a disk, using menus, S-E-D
  343. Crunch      removes comments and whitespace from C files, S-E
  344. IconExec    program to EXECUTE a series of commands from Workbench S-E
  345. PDScreenDump dumps Rastport of highest screen to printer S-E
  346. SetAlternate sets a second image for an icon, when clicked once S-E
  347. SetWindow   makes windows for a CLI program to run under Workbench S-E
  348. SmallClock  a small digital clock that sits in a window menu bar
  349. Scrimper    the screen printer in the second Amazing Computing, S-E
  350.  
  351. Amiga Basic Programs:
  352.  
  353. (Note:  Many of these programs are present on AMICUS 1.  Several of 
  354. these were converted to Amiga Basic, and are included here.)
  355.  
  356. AddressBook a simple address book database
  357. Ball        draws a ball
  358. Cload       program to convert Compuserve hex files to binary, S-D
  359. Clue        the game, Intuition driven
  360. ColorArt    art drawing program
  361. DeluxeDraw  the drawing program in the 3rd issue of Amazing Computing, S-D
  362. Eliza       conversational computer psychologist
  363. Othello     the game, as known as 'go'
  364. RatMaze     3D ratmaze game
  365. ROR         boggling graphics demo
  366. Shuttle     draws 3D pictures of the space shuttle
  367. Spelling    simple spelling program
  368. YoYo        wierd zero-gravity yo-yo demo, tracks yo-yo to the mouse
  369.  
  370. Executable programs:
  371.  
  372. 3Dcube      Modula-2 demo of a rotating cube
  373. AltIcon     sets a second icon image, displayed when the icon is clicked
  374. AmigaSpell  a slow but simple spelling checker, E-D 
  375. arc         the ARC file compression program, must-have for telecom, E-D
  376. Bertrand    graphics demo
  377. disksalvage a program to rescue trashed disks, E-D
  378. KwikCopy    a quick but nasty disk copy program: ignores errors, E-D
  379. LibDir      lists hunks in an object file E-D
  380. SaveILBM    saves any screen as an IFF picture, E-D  ?? source
  381. ScreenDump  shareware screen dump program, E only
  382. StarTerm    version 2.0, terminal program, Xmodem, E-D
  383.  
  384. Texts:
  385.  
  386. LatticeMain tips on fixing _main.c in Lattice
  387. GDiskDrive  make your own 5 1/4 drive
  388. GuruMed     explains the Guru numbers
  389. Lat3.03bugs bug list of Lattice C version 3.03
  390. MForgeRev   one user's view of the MicroForge hard drive
  391. PrintSpooler simple EXECUTE-based print spooling program
  392.  
  393. .BMAP files:
  394.  
  395. These are the necessary links between Amiga Basic and the system libraries.
  396. To take advantage of the Amiga's capabilities in Basic, you need these
  397. files.  BMAPs are included for 'clist', 'console', 'diskfont', 'exec',
  398. 'icon', 'intuition', 'layers', 'mathffp', mathieeedoubas',
  399. 'mathieeesingbas', 'mathtrans', 'potgo', 'timer' and 'translator'.
  400.  
  401.  
  402. ================================================================
  403.  
  404. AMICUS 9
  405.  
  406. Amiga Basic Programs:
  407.  
  408. FlightSim   simple flight simulator program
  409. HuePalette  explains Hue, Saturation, and Intensity
  410. Requester   example of doing requesters from Amiga Basic
  411. ScrollDemo  demonstrates scrolling capabilities
  412. Synthesizer sound program
  413. WorldMap    draws a map of the world
  414.  
  415. Executable programs:
  416.  
  417. Boing!      the latest Boing! demo, with selectable speed, E
  418. Brush2C     converts an IFF brush to C data struct initialization code, E
  419. Brush2Icon  converts IFF brush to an icon, E
  420. Dazzle      slick graphics demo, tracks to mouse movements, E
  421. DeciGEL     assembler program for stoppin 68010 errors, S-E-D
  422. Klock       menu-bar clock and date display, E
  423. life        the game of life, E
  424. TimeSet     Intuition-based way to set the time and date, E
  425. MEmacs      another Emacs, more oriented to word processing, S-E-D
  426. MyCLI       a CLI shell, work without a Workbench disk, S-E-D
  427.  
  428. Texts:
  429.  
  430. FnctnKeys   explains how to read function keys from Amiga Basic
  431. HackerSln   explains how to win the game 'hacker'
  432. Ist68010    guide to installing a 68010 in your Amiga
  433. PrinterTip  tips on sending escape sequences to your printer
  434. StartupTip  tips on setting up your startup-sequence file
  435. XfrmrReview list of programs that work with the Transformer
  436.  
  437. Printer Drivers:
  438.  
  439. Printer drivers for the Canon PJ-1080A, the C Itoh Prowriter, an improved 
  440. Epson driver that eliminates streaking, the Epson LQ-800, the Gemini
  441. Star-10, the NEC 8025A, the Okidata ML-92, the Panasonic KX-P10xx family,
  442. and the Smith-Corona D300, with a document describing the installation
  443. process.
  444.  
  445.  
  446. ================================================================
  447.  
  448. AMICUS 10          
  449.  
  450. Instrument sound demos
  451.  
  452. This is an icon-driven demo, circulated to many dealers.  It includes the
  453. sounds of an acoustic guitar, an alarm, a banjo, a bass guitar, a boink, a
  454. calliope, a car horn, claves, water drip, electric guitar, a flute, a harp
  455. arpegio, a kickdrum, a marimba, a organ minor chord, people talking, pigs,
  456. a pipe organ, a Rhodes piano, a saxophone, a sitar, a snare drum, a steel
  457. drum, bells, a vibrophone, a violin, a wailing guitar, a horse whinny, and
  458. a whistle.
  459.  
  460.  
  461. ================================================================
  462.  
  463. AMICUS 11
  464.  
  465.  
  466. AMICUS Disk 11
  467. C programs
  468. dirutil     Intuition-based, CLI replacement manager S-E
  469. cpri        shows and adjusts priority of CLI processes, S-E
  470. ps          shows info on CLI processes, S-E
  471. vidtex      displays Compuserve RLE pics, S-E
  472.  
  473. AmigaBasic programs
  474.  
  475. pointered   pointer and sprite editor program
  476. optimize    optimization example from AC article
  477. calendar    large, animated calendar, diary and date book program
  478. amortize    loan amortizations
  479. brushtoBOB  converts small IFF brushes to AmigaBasic BOB OBJECTS
  480. grids       draw and play waveforms
  481. hilbert     draws Hilbert curves
  482. madlib      mad lib story generator
  483. mailtalk    talking mailing list program
  484. meadows3D   3D graphics program, from AC article
  485. mousetrack  mouse tracking example in hires mode
  486. slot        slot machine game
  487. tictactoe   the game
  488. switch      pachinko-like game
  489. weird       makes strange sounds
  490.  
  491. Executable programs
  492.  
  493. cp          unix-like copy command, E
  494. cls         screen clear, S-E
  495. diff        unix-like stream editor uses 'diff' output to fix files
  496. pm          chart recorder performances indicator
  497.  
  498. Assembler programs
  499.  
  500. cls         screen clear and CLI arguments example
  501.  
  502. Modula-2
  503.  
  504. trails      moving-worm graphics demo
  505. caseconvert converts Modula-2 keywords to uppercase
  506.  
  507. Forth 
  508.  
  509. Breshehan circle algorithm example
  510.  
  511. Analyze     12 templates for the spreadsheet Analyze
  512.  
  513. There are four programs here that read Commodore 64 picture files.  They
  514. can translate Koala Pad, Doodle, Print Shop and News Room graphics to IFF
  515. format.  Getting the files from your C-64 to your Amiga is the hard part.
  516.  
  517.  
  518. ================================================================
  519.  
  520. AMICUS 12
  521.  
  522. Executable programs
  523.  
  524. blink      'alink' compatible linker, but faster, E-D
  525. clean      spins the disk for use with disk cleaners, E-D
  526. epsonset   sends Epson settings to PAR: from menu, E-D
  527. showbig    view hi-res pictures in low-res superbitmap, E-D
  528. speaktime  tell the time, E-D
  529. undelete   undeletes a file, E-D
  530. cnvapldhm  converts Apple ][ low, medium and high res pictures
  531.            to IFF, E-D
  532. menued     menu editor produces C code for menus, E-D
  533. quick      quick disk-to-disk nibble copier, E-D
  534. quickEA    copies Electronic Arts disks, removes protection, E-D
  535. txed 1.3   demo of text editor from Microsmiths, E-D
  536.  
  537. C programs
  538.  
  539. spin3      rotating blocks graphics demo, S-E-D
  540. popcli     start a new CLI at the press of a button, like Sidekick, S-E-D
  541. vsprite    VSprite example code from Commodore, S-E-D
  542. AmigaBBS   Amiga Basic bulletin board program, S-D
  543.  
  544. Assembler programs
  545.  
  546. star10     makes star fields like Star Trek intro, S-E-D
  547.  
  548. Pictures
  549.  
  550. Mount Mandelbrot  3D view of Mandelbrot set
  551. Star Destroyer    hi-res Star Wars starship
  552. Robot             robot arm grabbing a cylinder
  553.  
  554. Texts
  555.  
  556. vendors    list of Amiga vendors, names, addresses
  557. cardco     fixes to early Cardco memory boards
  558. cinclude   cross-reference to C include files, who includes what
  559. mindwalker clues to playing the game well
  560. slideshow  make your own slideshows from the Kaleidoscope disk
  561.  
  562.  
  563. ================================================================
  564.  
  565. AMICUS 13
  566.  
  567. Amiga Basic programs
  568.  
  569. Routines from Carolyn Scheppner of CBM Tech Support, to read and display
  570. IFF pictures from Amiga Basic.  With documentation.  Also included is a
  571. program to do screen prints in Amiga Basic, and the newest BMAP files, with
  572. a corrected ConvertFD program.  With example pictures, and the SaveILBM
  573. screen capture program.
  574.  
  575. Routines to load and play FutureSound and IFF sound files from Amiga Basic,
  576. by John Foust for Applied Visions.  With documentation and C and assembler
  577. source for writing your own libraries, and interfacing C to assembler in
  578. libraries.  With example sound.
  579.  
  580. Executable programs
  581.  
  582. gravity     Sci Amer Jan 86 gravitation graphic simulation, S-E-D
  583.  
  584. Texts
  585.  
  586. MIDI        make your own MIDI instrument interface, with documentation and
  587.             a hi-res schematic picture.
  588.  
  589.  
  590. ================================================================
  591.  
  592. AMICUS 14
  593.  
  594. Several programs from Amazing Computing issues:
  595.  
  596. Tools       Dan Kary's C structure index program, S-E-D
  597.  
  598. Amiga Basic programs
  599.  
  600. BMAP Reader    by Tim Jones
  601. IFFBrush2BOB   by Mike Swinger
  602. AutoRequester example
  603.  
  604. Executable programs
  605.  
  606. DOSHelper   Windowed help system for CLI commands, S-E-D
  607. PETrans     translates PET ASCII files to ASCII files, S-E-D
  608. C Squared   Graphics program from Scientific American, Sept 86, S-E-D
  609. crlf        adds or removes carriage returns from files, S-E-D
  610. dpdecode    decrypts Deluxe Paint, removes copy protection, E-D
  611. queryWB     asks Yes or No from the user, returns exit code, S-E
  612. vc          VisiCalc type spreadsheet, no mouse control, E-D
  613. view        views text files with window and slider gadget, E-D
  614.  
  615. Oing, Sproing, yaBoing, Zoing are sprite-based Boing! style demos, S-E-D
  616. CLIClock, sClock, wClock are window border clocks, S-E-D
  617.  
  618. Texts
  619.  
  620. An article on long-persistance phosphor monitors
  621. Tips on making brushes of odd shapes in Deluxe Paint
  622. Recommendations on icon interfaces from Commodore-Amiga
  623.  
  624.  
  625. ================================================================
  626.  
  627. AMICUS 15
  628.  
  629. C programs 
  630.  
  631. pr          a file printing utility, which can print files in the
  632.         background, and with line numbers and control character
  633.         filtering.
  634. fm          displays a chart of the blocks allocated on a disk.
  635. Ask         questions an 'execute' file, returns an error code to 
  636.             control the execution in that batch file
  637. Stat        an enhanced version of AmigaDOS 'status' command.
  638. Dissolve    random-dot dissolve demo displays IFF picture slowly, dot 
  639.             by dot, in a random fashion.
  640. 'PopCLI2'   invoke new CLI window at the press of a key. 
  641.  
  642.  
  643. Executable programs
  644.  
  645. Form        file formatting program through the printer driver to 
  646.             select print styles
  647. DiskCat     catalogs disks, maintains, sorts, merges lists of disk files
  648. Perfect Sound SunRize Industries' sampled sound editor & recorder
  649. Iconmaker   makes icons for most programs
  650. Fractals    draws great fractal seascapes and  mountainscapes.
  651. 3D Breakout with 3D glasses, create breakout in a new dimension
  652. AmigaMonitor displays lists of open files, memory use,  tasks, devices and 
  653.             ports in use.
  654. Cosmoroids  version of 'asteroids' for the Amiga.
  655. Sizzlers    high resolution graphics demo written in Modula 2.
  656.  
  657. Texts
  658.  
  659. ansi.txt    explains escape sequences the CON: device responds to.
  660. FKey        includes template for making paper to sit in the tray at 
  661.             the top of the Amiga keyboard.
  662. Spawn       programmer's document from Commodore Amiga, describes ways 
  663.             to use the Amiga's multitasking capabilities in your own 
  664.             programs.
  665.  
  666. AmigaBasic programs
  667.  
  668. Grids       draw sound waveforms, and hear them played. 
  669. Light       a version of the Tron light-cycle video game.  
  670. MigaSol     a game of solitaire.
  671. Stats       program to calculate batting averages
  672. Money       game of "try to grab all the bags of money that you can." 
  673.  
  674. AMICUS 15 also includes two beautiful IFF pictures of the enemy walkers
  675. from the ice planet in Star Wars and a picture of a cheetah.
  676.  
  677. ================================================================
  678.  
  679. AMICUS 16
  680.  
  681. Juggler demo by Eric Graham.  A robot juggler bouncing three mirrored
  682. balls, with sound effects.  Twenty-four frames of  HAM animation are
  683. flipped quickly to produce this  image.  You control the speed of the
  684. juggling.  The author's documentation hints that this program might someday
  685. be available as a product.
  686.  
  687. IFF pictures    Parodies of the covers of Amiga World and Amazing  
  688. Computing magazines.
  689.  
  690. C programs:
  691.  
  692. Inputhandler    example of making an input handler. 
  693. FileZap3        binary file editing program
  694. ShowPrint       displays IFF picture, and prints it.
  695. Gen             program indexes and retrieves C structures and variables 
  696.                 declared in the Amiga include file system.
  697.  
  698. Executable programs
  699.  
  700. FixHunk2        repairs an executable program file for expanded memory
  701. ms2smus         converts Music Studio files to IFF standard 'SMUS' format.  
  702.                 Might be buggy with long songs.
  703. Missile         Amiga version of the 'Missile Command' video game
  704.  
  705. This disk also contains several files of scenarios for Amiga Flight
  706. Simulator II.  By putting one of these seven files on a blank disk, and
  707. inserting it in the drive after performing a special command in this game,
  708. a number of interesting locations are preset into the Flight Simulator
  709. program.  For example, one scenario places your plane on Alcatraz, while
  710. another puts you in Central Park
  711.  
  712.  
  713. ================================================================
  714.  
  715. AMICUS 17
  716.  
  717. Telecommunications disk 
  718.  
  719. Comm            V1.33 term prog. with Xmodem, WXmodem,
  720. ATerm           V7.2 term prog. includes Super Kermit
  721. VT-100          V2.6 Dave Wecker's VT-100 emulator with Xmodem, Kermit, 
  722.                 and scripting 
  723. Amiga Kermit    V4D(060) port of the Unix C-Kermit
  724. VTek            V2.3.1 Tektronix graphics terminal emulator
  725. AmigaHost       V0.9 for Compuserve.  Includes RLE graphics abilities 
  726.                 and CIS-B file transfer protocol.
  727. FixHunk         expansion memory necessity
  728. FixObj          removes garbage characters from modem received files
  729. Txt             filters text files from other systems to work on Amiga
  730. addmem          executeable version for use with memory expansion article 
  731.                 in AC v2.1
  732. arc             file documentation and a basic tutorial on un 'arc'ing files 
  733. arcre           for making arc files S-E
  734.  
  735. ================================================================
  736.  
  737. AMICUS 18
  738.  
  739. Logo            Amiga version of the popular computer language, 
  740.                 with example programs, E-D
  741. Tv*Text         Demo version of the TV*Text character generator
  742. PageSetter      Freely distributable versions of the updated PagePrint
  743.                 and PageIFF programs for the PageSetter desktop 
  744.                 publishing package.  
  745. FullWindow      Resizes any CLI window using only CLI commands, E-D
  746. Life3d          3-D version of Conway's LIFE program, E-D
  747. Defdisk         CLI utility to re-assign a new Workbench disk, S-E-D
  748. Calendar.WKS    Lotus-compatible worksheet that makes calendars
  749. SetKey          Demo of keyboard key re-programmer, with IFF picture
  750.                 to make function key labels, E-D
  751. VPG             Video pattern generator for aligning monitors, E-D
  752. HP-10C          Hewlett-Packard-like calculator, E-D
  753. SetPrefs        Change the Preferences settings on the fly, in C, S-E-D
  754. StarProbe       Program studies stellar evolution.  C source included 
  755.                 for Amiga and MS-DOS, S-E-D
  756. ROT             C version of Colin French's AmigaBasic ROT program from
  757.         Amazing Computing.  ROT edits and displays polygons to
  758.         create three dimensional objects.  Up to 24 frames of
  759.         animation can be created and displayed.  E-D
  760. Scat            Like Ing, windows on screen run away from the mouse, E-D
  761. DK              "Decays" the CLI window into dust, in Modula 2, S-E-D
  762. DropShadow2     Adds layered shadows to Workbench windows, E-D
  763.  
  764.  
  765. ================================================================
  766.  
  767. AMICUS 19
  768.  
  769. This disk carries several programs from Amazing Computing.  The IFF
  770. pictures on this disk include the Amiga Wake part T-shirt logo, a
  771. sixteen-color hi-res image of Andy Griffith, and five Amiga Live! pictures
  772. from the Amazing Stories episode that featured the Amiga.  
  773.  
  774. Solve           Linear equation solver in assembly language, S-E-D
  775. Gadgets         Bryan Catley's AmigaBasic tutorial, S-D
  776. Household       Bryan Catley's AmigaBasic household inventory program, S-D
  777. Waveform        Jim Shields' Waveform Workshop in AmigaBasic, S-D
  778. DiskLib         John Kennan's AmigaBasic disk librarian program, S-D
  779. Subscripts      Ivan Smith's AmigaBasic subscript example, S-D
  780. String, Boolean 
  781.                 C programs and executables for Harriet Maybeck Tolly's
  782.         Intuition tutorials, S-E-D
  783. Skinny C        Bob Riemersma's example for making small C programs, S-E-D
  784. COMAL.h         Make C look like COMAL header file, S-D
  785. EmacsKey        Makes Emacs function key definitions by Greg Douglas, S-D
  786. AMon 1.1        Snoop on system resource use, E-D
  787. BTE             Bard's Tale character editor, E-D
  788. Size            CLI program shows the size of a given set of files, E-D
  789. WinSize         CLI window utility resizes current window, S-E-D
  790.  
  791.  
  792. ================================================================
  793.  
  794. AMICUS 20
  795.  
  796. Compactor, Decoder      Steve Michel's AmigaBasic tools, S-D
  797. BobEd           BOB and sprite editor written in C, S-E-D
  798. SpriteMasterII  Sprite editor and animator by Brad Kiefer, E-D
  799. BlitLab         Blitter chip exploration C program by Tomas Rokicki, S-E-D
  800. FPic            Image processing program by Bob Bush loads and saves 
  801.                 IFF images, changes them with several techniques, E-D
  802. Bankn           Complete home banking program, balance your checkbook! E-D
  803.  
  804.  
  805. ================================================================
  806.  
  807. AMICUS 21
  808.  
  809. Target          Makes each mouse click sound like a gunshot, S-E-D
  810. Sand            Simple game of sand that follows the mouse pointer, E-D
  811. PropGadget      Harriet Maybeck Tolly's proportional gadget example, S-E
  812. EHB             Checks to see if you have extra-half-bright graphics, S-E-D
  813. Piano           Simple piano sound program
  814. CelScripts      Makes cel animation scripts for Aegis Animator, in AmigaBasic
  815.  
  816. This disk has electronic catalogs for AMICUS disks 1 to 20 and Fish disks 1
  817. to 80.  They are viewed with the DiskCat program, included here.
  818.  
  819.  
  820. ================================================================
  821.  
  822. AMICUS 22
  823.  
  824. Cycles          Light cycle game, E-D
  825. Show_PrintII    Views and prints IFF pictures, including larger than screen
  826. PrtDrvGen2.3    Latest version of a printer driver generator
  827. Animations      VideoScape animations of planes and boing ball
  828. Garden          Makes fractal gardenscapes
  829. BasicSorts      Examples of binary search and insertion sort in AmigaBasic
  830.  
  831. # 30 #
  832.  
  833.